GH-50171: [CI][R] Build libarrow is failing for Linux arm64 #50179
Conversation
|
|
There was a problem hiding this comment.
Pull request overview
Fixes Linux arm64 failures in the R “Build libarrow” CI job by aligning the ARCH environment value with Archery/Docker’s expected architecture string format.
Changes:
- Update the R GitHub Actions task template to use
arm64/v8(instead ofarm64v8) whenmatrix.archisarm64.
|
@github-actions crossbow submit r-binary-packages |
|
Revision: 370e038 Submitted crossbow builds: ursacomputing/crossbow @ actions-9c47c63c6c
|
|
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit 9a7e801. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 4 possible false positives for unstable benchmarks that are known to sometimes produce them. |
Rationale for this change
arm64 builds for libarrow failing after #50125 due to mismatched strings
What changes are included in this PR?
Update CI job to new config
Are these changes tested?
Will run archery
Are there any user-facing changes?
No